Skip to content

chore(deps): bump the aws-sdk group across 1 directory with 9 updates #2591

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 3, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 31, 2024

Bumps the aws-sdk group with 9 updates in the / directory:

Package From To
@aws-sdk/client-dynamodb 3.574.0 3.587.0
@aws-sdk/client-xray 3.574.0 3.587.0
@aws-sdk/client-cloudwatch 3.574.0 3.587.0
@aws-sdk/client-appconfigdata 3.574.0 3.587.0
@aws-sdk/client-secrets-manager 3.574.0 3.587.0
@aws-sdk/client-ssm 3.574.0 3.587.0
@aws-sdk/util-dynamodb 3.574.0 3.587.0
@aws-sdk/lib-dynamodb 3.574.0 3.587.0
@aws-sdk/client-lambda 3.574.0 3.587.0

Updates @aws-sdk/client-dynamodb from 3.574.0 to 3.587.0

Release notes

Sourced from @​aws-sdk/client-dynamodb's releases.

v3.587.0

3.587.0(2024-05-30)

Chores
  • codegen: update Smithy hash - ProviderError logging, timestamp millis (#6147) (6bba0d66)
Documentation Changes
  • client-rds: Updates Amazon RDS documentation for Aurora Postgres DBname. (f03a9ee5)
New Features
  • clients: update client endpoints as of 2024-05-30 (d131ac0a)
  • client-cloudtrail: CloudTrail Lake returns PartitionKeys in the GetEventDataStore API response. Events are grouped into partitions based on these keys for better query performance. For example, the calendarday key groups events by day, while combining the calendarday key with the hour key groups them by day and hour. (88273bad)
  • client-sagemaker: Adds Model Card information as a new component to Model Package. Autopilot launches algorithm selection for TimeSeries modality to generate AutoML candidates per algorithm. (393afc7e)
  • client-bedrock-agent: With this release, Knowledge bases for Bedrock adds support for Titan Text Embedding v2. (c2f93e18)
  • client-connect: Adding associatedQueueIds as a SearchCriteria and response field to the SearchRoutingProfiles API (b46048a8)
  • client-emr-serverless: The release adds support for spark structured streaming. (572bc93e)
  • client-acm: add v2 smoke tests and smithy smokeTests trait for SDK testing. (c87de6ae)
  • client-bedrock-runtime: This release adds Converse and ConverseStream APIs to Bedrock Runtime (512d9014)
Bug Fixes
  • credentials-provider-ini: include general http provider when sourcing EcsContainer credentials (#6132) (8cdaf0a1)

For list of updated packages, view updated-packages.md in assets-3.587.0.zip

v3.586.0

3.586.0(2024-05-29)

Chores
  • include pkg.json in copy-smithy-dist-files.js (#6143) (e90775f8)
New Features
  • clients: update client endpoints as of 2024-05-29 (94fae64a)
  • client-glue: Add optional field JobMode to CreateJob and UpdateJob APIs. (52dd4ea0)
  • client-securityhub: Add ROOT type for TargetType model (3ac165f1)
  • client-athena: Throwing validation errors on CreateNotebook with Name containing /,:,\ (625a6cf5)
  • client-connect: This release includes changes to DescribeContact API's response by including ConnectedToSystemTimestamp, RoutingCriteria, Customer, Campaign, AnsweringMachineDetectionStatus, CustomerVoiceActivity, QualityMetrics, DisconnectDetails, and SegmentAttributes information from a contact in Amazon Connect. (d52597c5)
  • client-codebuild: AWS CodeBuild now supports manually creating GitHub webhooks (a66b85ba)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-dynamodb's changelog.

3.587.0 (2024-05-30)

Note: Version bump only for package @​aws-sdk/client-dynamodb

3.585.0 (2024-05-28)

Note: Version bump only for package @​aws-sdk/client-dynamodb

3.584.0 (2024-05-24)

Note: Version bump only for package @​aws-sdk/client-dynamodb

3.583.0 (2024-05-23)

Note: Version bump only for package @​aws-sdk/client-dynamodb

3.582.0 (2024-05-22)

Note: Version bump only for package @​aws-sdk/client-dynamodb

3.577.0 (2024-05-15)

Note: Version bump only for package @​aws-sdk/client-dynamodb

3.576.0 (2024-05-14)

... (truncated)

Commits
  • abae935 Publish v3.587.0
  • 6bba0d6 chore(codegen): update Smithy hash - ProviderError logging, timestamp millis ...
  • 9f65ca2 Publish v3.585.0
  • 1a63860 docs(client-dynamodb): Doc-only update for DynamoDB. Specified the IAM action...
  • 01bf2d1 Publish v3.584.0
  • e087be2 docs(client-dynamodb): Documentation only updates for DynamoDB.
  • 9cb9641 Publish v3.583.0
  • 8c64641 Publish v3.582.0
  • 5ebe6ce chore(codegen): bump smithyVersion=1.49.0 (#6117)
  • d6c6982 Publish v3.577.0
  • Additional commits viewable in compare view

Updates @aws-sdk/client-xray from 3.574.0 to 3.587.0

Release notes

Sourced from @​aws-sdk/client-xray's releases.

v3.587.0

3.587.0(2024-05-30)

Chores
  • codegen: update Smithy hash - ProviderError logging, timestamp millis (#6147) (6bba0d66)
Documentation Changes
  • client-rds: Updates Amazon RDS documentation for Aurora Postgres DBname. (f03a9ee5)
New Features
  • clients: update client endpoints as of 2024-05-30 (d131ac0a)
  • client-cloudtrail: CloudTrail Lake returns PartitionKeys in the GetEventDataStore API response. Events are grouped into partitions based on these keys for better query performance. For example, the calendarday key groups events by day, while combining the calendarday key with the hour key groups them by day and hour. (88273bad)
  • client-sagemaker: Adds Model Card information as a new component to Model Package. Autopilot launches algorithm selection for TimeSeries modality to generate AutoML candidates per algorithm. (393afc7e)
  • client-bedrock-agent: With this release, Knowledge bases for Bedrock adds support for Titan Text Embedding v2. (c2f93e18)
  • client-connect: Adding associatedQueueIds as a SearchCriteria and response field to the SearchRoutingProfiles API (b46048a8)
  • client-emr-serverless: The release adds support for spark structured streaming. (572bc93e)
  • client-acm: add v2 smoke tests and smithy smokeTests trait for SDK testing. (c87de6ae)
  • client-bedrock-runtime: This release adds Converse and ConverseStream APIs to Bedrock Runtime (512d9014)
Bug Fixes
  • credentials-provider-ini: include general http provider when sourcing EcsContainer credentials (#6132) (8cdaf0a1)

For list of updated packages, view updated-packages.md in assets-3.587.0.zip

v3.586.0

3.586.0(2024-05-29)

Chores
  • include pkg.json in copy-smithy-dist-files.js (#6143) (e90775f8)
New Features
  • clients: update client endpoints as of 2024-05-29 (94fae64a)
  • client-glue: Add optional field JobMode to CreateJob and UpdateJob APIs. (52dd4ea0)
  • client-securityhub: Add ROOT type for TargetType model (3ac165f1)
  • client-athena: Throwing validation errors on CreateNotebook with Name containing /,:,\ (625a6cf5)
  • client-connect: This release includes changes to DescribeContact API's response by including ConnectedToSystemTimestamp, RoutingCriteria, Customer, Campaign, AnsweringMachineDetectionStatus, CustomerVoiceActivity, QualityMetrics, DisconnectDetails, and SegmentAttributes information from a contact in Amazon Connect. (d52597c5)
  • client-codebuild: AWS CodeBuild now supports manually creating GitHub webhooks (a66b85ba)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-xray's changelog.

3.587.0 (2024-05-30)

Note: Version bump only for package @​aws-sdk/client-xray

3.583.0 (2024-05-23)

Note: Version bump only for package @​aws-sdk/client-xray

3.582.0 (2024-05-22)

Note: Version bump only for package @​aws-sdk/client-xray

3.577.0 (2024-05-15)

Note: Version bump only for package @​aws-sdk/client-xray

3.576.0 (2024-05-14)

Note: Version bump only for package @​aws-sdk/client-xray

3.575.0 (2024-05-13)

Note: Version bump only for package @​aws-sdk/client-xray

Commits

Updates @aws-sdk/client-cloudwatch from 3.574.0 to 3.587.0

Release notes

Sourced from @​aws-sdk/client-cloudwatch's releases.

v3.587.0

3.587.0(2024-05-30)

Chores
  • codegen: update Smithy hash - ProviderError logging, timestamp millis (#6147) (6bba0d66)
Documentation Changes
  • client-rds: Updates Amazon RDS documentation for Aurora Postgres DBname. (f03a9ee5)
New Features
  • clients: update client endpoints as of 2024-05-30 (d131ac0a)
  • client-cloudtrail: CloudTrail Lake returns PartitionKeys in the GetEventDataStore API response. Events are grouped into partitions based on these keys for better query performance. For example, the calendarday key groups events by day, while combining the calendarday key with the hour key groups them by day and hour. (88273bad)
  • client-sagemaker: Adds Model Card information as a new component to Model Package. Autopilot launches algorithm selection for TimeSeries modality to generate AutoML candidates per algorithm. (393afc7e)
  • client-bedrock-agent: With this release, Knowledge bases for Bedrock adds support for Titan Text Embedding v2. (c2f93e18)
  • client-connect: Adding associatedQueueIds as a SearchCriteria and response field to the SearchRoutingProfiles API (b46048a8)
  • client-emr-serverless: The release adds support for spark structured streaming. (572bc93e)
  • client-acm: add v2 smoke tests and smithy smokeTests trait for SDK testing. (c87de6ae)
  • client-bedrock-runtime: This release adds Converse and ConverseStream APIs to Bedrock Runtime (512d9014)
Bug Fixes
  • credentials-provider-ini: include general http provider when sourcing EcsContainer credentials (#6132) (8cdaf0a1)

For list of updated packages, view updated-packages.md in assets-3.587.0.zip

v3.586.0

3.586.0(2024-05-29)

Chores
  • include pkg.json in copy-smithy-dist-files.js (#6143) (e90775f8)
New Features
  • clients: update client endpoints as of 2024-05-29 (94fae64a)
  • client-glue: Add optional field JobMode to CreateJob and UpdateJob APIs. (52dd4ea0)
  • client-securityhub: Add ROOT type for TargetType model (3ac165f1)
  • client-athena: Throwing validation errors on CreateNotebook with Name containing /,:,\ (625a6cf5)
  • client-connect: This release includes changes to DescribeContact API's response by including ConnectedToSystemTimestamp, RoutingCriteria, Customer, Campaign, AnsweringMachineDetectionStatus, CustomerVoiceActivity, QualityMetrics, DisconnectDetails, and SegmentAttributes information from a contact in Amazon Connect. (d52597c5)
  • client-codebuild: AWS CodeBuild now supports manually creating GitHub webhooks (a66b85ba)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-cloudwatch's changelog.

3.587.0 (2024-05-30)

Note: Version bump only for package @​aws-sdk/client-cloudwatch

3.583.0 (2024-05-23)

Note: Version bump only for package @​aws-sdk/client-cloudwatch

3.582.0 (2024-05-22)

Note: Version bump only for package @​aws-sdk/client-cloudwatch

3.577.0 (2024-05-15)

Note: Version bump only for package @​aws-sdk/client-cloudwatch

3.576.0 (2024-05-14)

Note: Version bump only for package @​aws-sdk/client-cloudwatch

3.575.0 (2024-05-13)

Note: Version bump only for package @​aws-sdk/client-cloudwatch

Commits

Updates @aws-sdk/client-appconfigdata from 3.574.0 to 3.587.0

Release notes

Sourced from @​aws-sdk/client-appconfigdata's releases.

v3.587.0

3.587.0(2024-05-30)

Chores
  • codegen: update Smithy hash - ProviderError logging, timestamp millis (#6147) (6bba0d66)
Documentation Changes
  • client-rds: Updates Amazon RDS documentation for Aurora Postgres DBname. (f03a9ee5)
New Features
  • clients: update client endpoints as of 2024-05-30 (d131ac0a)
  • client-cloudtrail: CloudTrail Lake returns PartitionKeys in the GetEventDataStore API response. Events are grouped into partitions based on these keys for better query performance. For example, the calendarday key groups events by day, while combining the calendarday key with the hour key groups them by day and hour. (88273bad)
  • client-sagemaker: Adds Model Card information as a new component to Model Package. Autopilot launches algorithm selection for TimeSeries modality to generate AutoML candidates per algorithm. (393afc7e)
  • client-bedrock-agent: With this release, Knowledge bases for Bedrock adds support for Titan Text Embedding v2. (c2f93e18)
  • client-connect: Adding associatedQueueIds as a SearchCriteria and response field to the SearchRoutingProfiles API (b46048a8)
  • client-emr-serverless: The release adds support for spark structured streaming. (572bc93e)
  • client-acm: add v2 smoke tests and smithy smokeTests trait for SDK testing. (c87de6ae)
  • client-bedrock-runtime: This release adds Converse and ConverseStream APIs to Bedrock Runtime (512d9014)
Bug Fixes
  • credentials-provider-ini: include general http provider when sourcing EcsContainer credentials (#6132) (8cdaf0a1)

For list of updated packages, view updated-packages.md in assets-3.587.0.zip

v3.586.0

3.586.0(2024-05-29)

Chores
  • include pkg.json in copy-smithy-dist-files.js (#6143) (e90775f8)
New Features
  • clients: update client endpoints as of 2024-05-29 (94fae64a)
  • client-glue: Add optional field JobMode to CreateJob and UpdateJob APIs. (52dd4ea0)
  • client-securityhub: Add ROOT type for TargetType model (3ac165f1)
  • client-athena: Throwing validation errors on CreateNotebook with Name containing /,:,\ (625a6cf5)
  • client-connect: This release includes changes to DescribeContact API's response by including ConnectedToSystemTimestamp, RoutingCriteria, Customer, Campaign, AnsweringMachineDetectionStatus, CustomerVoiceActivity, QualityMetrics, DisconnectDetails, and SegmentAttributes information from a contact in Amazon Connect. (d52597c5)
  • client-codebuild: AWS CodeBuild now supports manually creating GitHub webhooks (a66b85ba)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-appconfigdata's changelog.

3.587.0 (2024-05-30)

Note: Version bump only for package @​aws-sdk/client-appconfigdata

3.583.0 (2024-05-23)

Note: Version bump only for package @​aws-sdk/client-appconfigdata

3.582.0 (2024-05-22)

Note: Version bump only for package @​aws-sdk/client-appconfigdata

3.577.0 (2024-05-15)

Note: Version bump only for package @​aws-sdk/client-appconfigdata

3.576.0 (2024-05-14)

Note: Version bump only for package @​aws-sdk/client-appconfigdata

3.575.0 (2024-05-13)

Note: Version bump only for package @​aws-sdk/client-appconfigdata

Commits

Updates @aws-sdk/client-secrets-manager from 3.574.0 to 3.587.0

Release notes

Sourced from @​aws-sdk/client-secrets-manager's releases.

v3.587.0

3.587.0(2024-05-30)

Chores
  • codegen: update Smithy hash - ProviderError logging, timestamp millis (#6147) (6bba0d66)
Documentation Changes
  • client-rds: Updates Amazon RDS documentation for Aurora Postgres DBname. (f03a9ee5)
New Features
  • clients: update client endpoints as of 2024-05-30 (d131ac0a)
  • client-cloudtrail: CloudTrail Lake returns PartitionKeys in the GetEventDataStore API response. Events are grouped into partitions based on these keys for better query performance. For example, the calendarday key groups events by day, while combining the calendarday key with the hour key groups them by day and hour. (88273bad)
  • client-sagemaker: Adds Model Card information as a new component to Model Package. Autopilot launches algorithm selection for TimeSeries modality to generate AutoML candidates per algorithm. (393afc7e)
  • client-bedrock-agent: With this release, Knowledge bases for Bedrock adds support for Titan Text Embedding v2. (c2f93e18)
  • client-connect: Adding associatedQueueIds as a SearchCriteria and response field to the SearchRoutingProfiles API (b46048a8)
  • client-emr-serverless: The release adds support for spark structured streaming. (572bc93e)
  • client-acm: add v2 smoke tests and smithy smokeTests trait for SDK testing. (c87de6ae)
  • client-bedrock-runtime: This release adds Converse and ConverseStream APIs to Bedrock Runtime (512d9014)
Bug Fixes
  • credentials-provider-ini: include general http provider when sourcing EcsContainer credentials (#6132) (8cdaf0a1)

For list of updated packages, view updated-packages.md in assets-3.587.0.zip

v3.586.0

3.586.0(2024-05-29)

Chores
  • include pkg.json in copy-smithy-dist-files.js (#6143) (e90775f8)
New Features
  • clients: update client endpoints as of 2024-05-29 (94fae64a)
  • client-glue: Add optional field JobMode to CreateJob and UpdateJob APIs. (52dd4ea0)
  • client-securityhub: Add ROOT type for TargetType model (3ac165f1)
  • client-athena: Throwing validation errors on CreateNotebook with Name containing /,:,\ (625a6cf5)
  • client-connect: This release includes changes to DescribeContact API's response by including ConnectedToSystemTimestamp, RoutingCriteria, Customer, Campaign, AnsweringMachineDetectionStatus, CustomerVoiceActivity, QualityMetrics, DisconnectDetails, and SegmentAttributes information from a contact in Amazon Connect. (d52597c5)
  • client-codebuild: AWS CodeBuild now supports manually creating GitHub webhooks (a66b85ba)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-secrets-manager's changelog.

3.587.0 (2024-05-30)

Note: Version bump only for package @​aws-sdk/client-secrets-manager

3.583.0 (2024-05-23)

Note: Version bump only for package @​aws-sdk/client-secrets-manager

3.582.0 (2024-05-22)

Note: Version bump only for package @​aws-sdk/client-secrets-manager

3.580.0 (2024-05-20)

Features

  • client-secrets-manager: add v2 smoke tests and smithy smokeTests trait for SDK testing (b63da55)

3.578.0 (2024-05-16)

Note: Version bump only for package @​aws-sdk/client-secrets-manager

3.577.0 (2024-05-15)

Note: Version bump only for package @​aws-sdk/client-secrets-manager

... (truncated)

Commits
  • abae935 Publish v3.587.0
  • 6bba0d6 chore(codegen): update Smithy hash - ProviderError logging, timestamp millis ...
  • 9cb9641 Publish v3.583.0
  • 8c64641 Publish v3.582.0
  • 5ebe6ce chore(codegen): bump smithyVersion=1.49.0 (#6117)
  • d452a91 Publish v3.580.0
  • b63da55 feat(client-secrets-manager): add v2 smoke tests and smithy smokeTests trait ...
  • 9f65b40 Publish v3.578.0
  • 12647db docs(client-secrets-manager): Documentation updates for AWS Secrets Manager
  • d6c6982 Publish v3.577.0
  • Additional commits viewable in compare view

Updates @aws-sdk/client-ssm from 3.574.0 to 3.587.0

Release notes

Sourced from @​aws-sdk/client-ssm's releases.

v3.587.0

3.587.0(2024-05-30)

Chores
  • codegen: update Smithy hash - ProviderError logging, timestamp millis (#6147) (6bba0d66)
Documentation Changes
  • client-rds: Updates Amazon RDS documentation for Aurora Postgres DBname. (f03a9ee5)
New Features
  • clients: update client endpoints as of 2024-05-30 (d131ac0a)
  • client-cloudtrail: CloudTrail Lake returns PartitionKeys in the GetEventDataStore API response. Events are grouped into partitions based on these keys for better query performance. For example, the calendarday key groups events by day, while combining the calendarday key with the hour key groups them by day and hour. (88273bad)
  • client-sagemaker: Adds Model Card information as a new component to Model Package. Autopilot launches algorithm selection for TimeSeries modality to generate AutoML candidates per algorithm. (393afc7e)
  • client-bedrock-agent: With this release, Knowledge bases for Bedrock adds support for Titan Text Embedding v2. (c2f93e18)
  • client-connect: Adding associatedQueueIds as a SearchCriteria and response field to the SearchRoutingProfiles API (b46048a8)
  • client-emr-serverless: The release adds support for spark structured streaming. (572bc93e)
  • client-acm: add v2 smoke tests and smithy smokeTests trait for SDK testing. (c87de6ae)
  • client-bedrock-runtime: This release adds Converse and ConverseStream APIs to Bedrock Runtime (512d9014)
Bug Fixes
  • credentials-provider-ini: include general http provider when sourcing EcsContainer credentials (#6132) (8cdaf0a1)

For list of updated packages, view updated-packages.md in assets-3.587.0.zip

v3.586.0

3.586.0(2024-05-29)

Chores
  • include pkg.json in copy-smithy-dist-files.js (#6143) (e90775f8)
New Features
  • clients: update client endpoints as of 2024-05-29 (94fae64a)
  • client-glue: Add optional field JobMode to CreateJob and UpdateJob APIs. (52dd4ea0)
  • client-securityhub: Add ROOT type for TargetType model (3ac165f1)
  • client-athena: Throwing validation errors on CreateNotebook with Name containing /,:,\ (625a6cf5)
  • client-connect: This release includes changes to DescribeContact API's response by including ConnectedToSystemTimestamp, RoutingCriteria, Customer, Campaign, AnsweringMachineDetectionStatus, CustomerVoiceActivity, QualityMetrics, DisconnectDetails, and SegmentAttributes information from a contact in Amazon Connect. (d52597c5)
  • client-codebuild: AWS CodeBuild now supports manually creating GitHub webhooks (a66b85ba)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-ssm's changelog.

3.587.0 (2024-05-30)

Note: Version bump only for package @​aws-sdk/client-ssm

3.583.0 (2024-05-23)

Note: Version bump only for package @​aws-sdk/client-ssm

3.582.0 (2024-05-22)

Note: Version bump only for package @​aws-sdk/client-ssm

3.577.0 (2024-05-15)

Note: Version bump only for package @​aws-sdk/client-ssm

3.576.0 (2024-05-14)

Note: Version bump only for package @​aws-sdk/client-ssm

3.575.0 (2024-05-13)

Note: Version bump only for package @​aws-sdk/client-ssm

Commits

Updates @aws-sdk/util-dynamodb from 3.574.0 to 3.587.0

Release notes

Sourced from @​aws-sdk/util-dynamodb's releases.

v3.587.0

3.587.0(2024-05-30)

Chores
  • codegen: update Smithy hash - ProviderError logging, timestamp millis (#6147) (6bba0d66)
Documentation Changes
  • client-rds: Updates Amazon RDS documentation for Aurora Postgres DBname. (f03a9ee5)
New Features
  • clients: update client endpoints as of 2024-05-30 (d131ac0a)
  • client-cloudtrail: CloudTrail Lake returns PartitionKeys in the GetEventDataStore API response. Events are grouped into partitions based on these keys for better query performance. For example, the calendarday key groups events by day, while combining the calendarday key with the hour key groups them by day and hour. (88273bad)
  • client-sagemaker: Adds Model Card information as a new component to Model Package. Autopilot launches algorithm selection for TimeSeries modality to generate AutoML candidates per algorithm. (393afc7e)
  • client-bedrock-agent: With this release, Knowledge bases for Bedrock adds support for Titan Text Embedding v2. (c2f93e18)
  • client-connect: Adding associatedQueueIds as a SearchCriteria and response field to the SearchRoutingProfiles API (b46048a8)
  • client-emr-serverless: The release adds support for spark structured streaming. (572bc93e)
  • client-acm: add v2 smoke tests and smithy smokeTests trait for SDK testing. (c87de6ae)
  • client-bedrock-runtime: This release adds Converse and ConverseStream APIs to Bedrock Runtime (512d9014)
Bug Fixes
  • credentials-provider-ini: include general http provider when sourcing EcsContainer credentials (#6132) (8cdaf0a1)

For list of updated packages, view updated-packages.md in assets-3.587.0.zip

v3.586.0

3.586.0(2024-05-29)

Chores
  • include pkg.json in copy-smithy-dist-files.js (#6143) (e90775f8)
New Features
  • clients: update client endpoints as of 2024-05-29 (94fae64a)
  • client-glue: Add optional field JobMode to CreateJob and UpdateJob APIs. (52dd4ea0)
  • client-securityhub: Add ROOT type for TargetType model (3ac165f1)
  • client-athena: Throwing validation errors on CreateNotebook with Name containing /,:,\ (625a6cf5)
  • client-connect: This release includes changes to DescribeContact API's response by including ConnectedToSystemTimestamp, RoutingCriteria, Customer, Campaign, AnsweringMachineDetectionStatus, CustomerVoiceActivity, QualityMetrics, DisconnectDetails, and SegmentAttributes information from a contact in Amazon Connect. (d52597c5)
  • client-codebuild: AWS CodeBuild now supports manually creating GitHub webhooks (a66b85ba)

... (truncated)

Changelog

Sourced from @​aws-sdk/util-dynamodb's changelog.

3.587.0 (2024-05-30)

Note: Version bump only for package @​aws-sdk/util-dynamodb

3.585.0 (2024-05-28)

Note: Version bump only for package @​aws-sdk/util-dynamodb

3.584.0 (2024-05-24)

Note: Version bump only for package @​aws-sdk/util-dynamodb

3.583.0 (2024-05-23)

Note: Version bump only for package @​aws-sdk/util-dynamodb

3.582.0 (2024-05-22)

Note: Version bump only for package @​aws-sdk/util-dynamodb

3.577.0 (2024-05-15)

Note: Version bump only for package @​aws-sdk/util-dynamodb

3.576.0 (2024-05-14)

... (truncated)

Commits

Updates @aws-sdk/lib-dynamodb from 3.574.0 to 3.587.0

Release notes

Sourced from @​aws-sdk/lib-dynamodb's releases.

v3.587.0

3.587.0(2024-05-30)

Chores
  • codegen: update Smithy hash - ProviderError logging, timestamp millis (#6147) (6bba0d66)
Documentation Changes
  • client-rds: Updates Amazon RDS documentation for Aurora Postgres DBname. (f03a9ee5)
New Features
  • clients: update client endpoints as of 2024-05-30 (d131ac0a)
  • client-cloudtrail: CloudTrail Lake returns PartitionKeys in the GetEventDataStore API response. Events are grouped into partitions based on these keys for better query performance. For example, the calendarday key groups events by day, while combining the calendarday key with the hour key groups them by day and hour. (88273bad)
  • client-sagemaker: Adds Model Card information as a new component to Model Package. Autopilot launches algorithm selection for TimeSeries modality to generate AutoML candidates per algorithm. (393afc7e)
  • client-bedrock-agent: With this release, Knowledge bases for Bedrock adds support for Titan Text Embedding v2. (c2f93e18)
  • client-connect: Adding associatedQueueIds as a SearchCriteria and response field to the SearchRoutingProfiles API (

@dependabot dependabot bot requested a review from a team May 31, 2024 08:54
@dependabot dependabot bot requested a review from a team as a code owner May 31, 2024 08:54
@boring-cyborg boring-cyborg bot added dependencies Changes that touch dependencies, e.g. Dependabot, etc. documentation Improvements or additions to documentation labels May 31, 2024
@pull-request-size pull-request-size bot added the size/M PR between 30-99 LOC label May 31, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/aws-sdk-8525cf739e branch from 50bbc52 to ceac732 Compare May 31, 2024 10:45
Bumps the aws-sdk group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@aws-sdk/client-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-dynamodb) | `3.574.0` | `3.587.0` |
| [@aws-sdk/client-xray](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-xray) | `3.574.0` | `3.587.0` |
| [@aws-sdk/client-cloudwatch](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-cloudwatch) | `3.574.0` | `3.587.0` |
| [@aws-sdk/client-appconfigdata](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-appconfigdata) | `3.574.0` | `3.587.0` |
| [@aws-sdk/client-secrets-manager](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-secrets-manager) | `3.574.0` | `3.587.0` |
| [@aws-sdk/client-ssm](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ssm) | `3.574.0` | `3.587.0` |
| [@aws-sdk/util-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/util-dynamodb) | `3.574.0` | `3.587.0` |
| [@aws-sdk/lib-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-dynamodb) | `3.574.0` | `3.587.0` |
| [@aws-sdk/client-lambda](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-lambda) | `3.574.0` | `3.587.0` |



Updates `@aws-sdk/client-dynamodb` from 3.574.0 to 3.587.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-dynamodb/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.587.0/clients/client-dynamodb)

Updates `@aws-sdk/client-xray` from 3.574.0 to 3.587.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-xray/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.587.0/clients/client-xray)

Updates `@aws-sdk/client-cloudwatch` from 3.574.0 to 3.587.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-cloudwatch/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.587.0/clients/client-cloudwatch)

Updates `@aws-sdk/client-appconfigdata` from 3.574.0 to 3.587.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-appconfigdata/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.587.0/clients/client-appconfigdata)

Updates `@aws-sdk/client-secrets-manager` from 3.574.0 to 3.587.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-secrets-manager/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.587.0/clients/client-secrets-manager)

Updates `@aws-sdk/client-ssm` from 3.574.0 to 3.587.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-ssm/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.587.0/clients/client-ssm)

Updates `@aws-sdk/util-dynamodb` from 3.574.0 to 3.587.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/util-dynamodb/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.587.0/packages/util-dynamodb)

Updates `@aws-sdk/lib-dynamodb` from 3.574.0 to 3.587.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-dynamodb/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.587.0/lib/lib-dynamodb)

Updates `@aws-sdk/client-lambda` from 3.574.0 to 3.587.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-lambda/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.587.0/clients/client-lambda)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-dynamodb"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: aws-sdk
- dependency-name: "@aws-sdk/client-xray"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: aws-sdk
- dependency-name: "@aws-sdk/client-cloudwatch"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: aws-sdk
- dependency-name: "@aws-sdk/client-appconfigdata"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: aws-sdk
- dependency-name: "@aws-sdk/client-secrets-manager"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: aws-sdk
- dependency-name: "@aws-sdk/client-ssm"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk
- dependency-name: "@aws-sdk/util-dynamodb"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: aws-sdk
- dependency-name: "@aws-sdk/lib-dynamodb"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk
- dependency-name: "@aws-sdk/client-lambda"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/aws-sdk-8525cf739e branch from ceac732 to 832d0fe Compare May 31, 2024 17:12
Copy link

sonarqubecloud bot commented Jun 3, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@dreamorosi dreamorosi merged commit 4bff1fd into main Jun 3, 2024
11 checks passed
@dreamorosi dreamorosi deleted the dependabot/npm_and_yarn/aws-sdk-8525cf739e branch June 3, 2024 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Changes that touch dependencies, e.g. Dependabot, etc. documentation Improvements or additions to documentation size/M PR between 30-99 LOC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants